Project ID | 2CF8A9FA7CCE289785258ADD005E68DD |
Version | |
Class ID | E74FA9A05F0D491485258ADD007406F5 |
Class Type | Base |
Attributes |
ClassName (Get) As String |
ErrorCode (Get) As Integer |
ErrorLine (Get) As Integer |
ErrorMessage (Get) As Single |
ExtendedInfo (Get) As Variant |
MCP (Get) As String |
Module (Get) As String |
Procedure (Get) As String |
RawTime (Get) As Double |
SummaryLong (Get) As String |
SummaryMedium (Get) As String |
SummaryShort (Get) As String |
Timestamp (Get) As String |
New(errcode As Integer, errmsg As String, module As String, classname As String, procedure As String, errorline As Integer, extendedinfo As String) |
Public Property Get ClassName As String | ||||
---|---|---|---|---|
Name of the Class (if any) within which the exception occurred |
Public Property Get ExtendedInfo As Variant | ||||
---|---|---|---|---|
String Array contining extended information about the exception. |
Public Property Get MCP As String | ||||
---|---|---|---|---|
Module.Class.Procedure Concatenation of the Module, ClassName, and Procedure, delimited by a period character. |
Public Property Get Module As String | ||||
---|---|---|---|---|
The Module (Agent, Library, Form, etc.) within which the exception occurred |
Public Property Get Procedure As String | ||||
---|---|---|---|---|
The Procedure (Sub, Function, Property, Event, etc.) within which the exception occurred |
Public Property Get SummaryLong As String | ||||
---|---|---|---|---|
Summary consisting of SummaryMedium, ErrorCode, and ErrorMessage Ex: Timestamp Module.Class.Procedure Line(nn) #ErrCode: ErrorMessage |
Public Property Get SummaryMedium As String | ||||
---|---|---|---|---|
Summary consisting of Timestamp and SummaryShort Ex: Timestamp Module.Class.Procedure Line(nn) |
Public Property Get SummaryShort As String | ||||
---|---|---|---|---|
Summary consisting of the ModuleClassProcedure and ErrorLine Ex: Module.Class.Procedure Line(nn) |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.